Skip to content

feat: implements bank account system with checking and savings account.#531

Closed
enyabuti wants to merge 4 commits intocode-differently:mainfrom
enyabuti:feat/lesson17
Closed

feat: implements bank account system with checking and savings account.#531
enyabuti wants to merge 4 commits intocode-differently:mainfrom
enyabuti:feat/lesson17

Conversation

@enyabuti
Copy link
Copy Markdown
Contributor

I'll update the missing test periodically.

*
* @param account The account to add.
*/
public void addAccount(SavingsAccount account) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope, can't add a new method.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still needed to do more work to integrate the BankAccount class with the BankAtm implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants